home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 002 / labtst33.arj / BBS.ARJ / TIC.DOC < prev    next >
Text File  |  1995-01-14  |  7KB  |  124 lines

  1.                To set Labtest up to toss your .TIC files, you will need to
  2.                load LTSetup and go to the Files/Paths menu.  Two items in
  3.                this menu control your .TIC processing.  First is the
  4.                Inbound directory. Specify the path where your mailer places
  5.                the incoming .TIC files. Second, enter a path and filename
  6.                of your TIC configuration file.  A sample file is included
  7.                in your distribution archive.  Labtest uses its own
  8.                configuration format, so it is probably not compatible with
  9.                anything you are currently using.  You may press the F10 key
  10.                in LTSetup to edit the configuration file.
  11.  
  12.                There are several options available in this configuration
  13.                file.  The basic structure is:
  14.  
  15.                Area      Path      Uploader's Name
  16.  
  17.                The Area is the echo tagname which will be in the .TIC file.
  18.  
  19.                The Path is the destination DRIVE and DIRECTORY.
  20.  
  21.                You may specify an alternate Uploader Name to be inserted
  22.                into the file descriptions and message text.  There are four
  23.                possibilities for this option:
  24.  
  25.                Macro     Meaning
  26.                #         Use sysop's name as the Uploader Name
  27.                *         Use the area tagname as the Uploader Name
  28.                -         Do not add any uploader name.  Same as /- on the
  29.                          command line.
  30.                text      Specify up to 35 characters to be used as the
  31.                          uploader name. This text cannot contain any
  32.                          spaces!  Use the underscore character in place of
  33.                          spaces.  It will be replaced by a space at run
  34.                          time.
  35.  
  36.                Area PCD
  37.                Origin 1:3615/50
  38.                From 1:3615/50
  39.                File SFEMB025.ZIP
  40.                Replaces SFEMB024.ZIP
  41.                To Sysop, 1:3615/50
  42.                Desc Spitfire Enhanced Message Base, 0.25
  43.                Ldesc Spitfire Enhanced Message Base, 0.25
  44.                Ldesc Beta release of the hottest thing to
  45.                Ldesc hit Spitfire!  You too, can have an
  46.                Ldesc alias message base in Spitfire!
  47.                CRC EDFAAB49
  48.                Path 1:3615/50 778253395 Tue Aug 30 13:29:55 1994 GMT
  49.                Seenby 1:3615/51
  50.  
  51.                This is an actual .TIC file received by one of the Beta
  52.                testers and forwarded to the author for review.  Below I
  53.                will discuss the sections of this TIC file that Labtest
  54.                recognizes and how it deals with them.
  55.  
  56.                The Area command specifies the name of the file echo this
  57.                .TIC was hatched in.
  58.  
  59.                The File command specifies the name of the file that
  60.                accompanies this .TIC file.  If the file does not exist in
  61.                your inbound directory, this .TIC will be renamed to .BAD.
  62.  
  63.                The Replaces command specifies the file to be replaced by
  64.                this new file.  Labtest will remove the replaced file from
  65.                the file base and delete it from disk.  Labtest will only
  66.                check the destination area for the file.  It will not check
  67.                your entire system.  Labtest will ignore the file extension
  68.                of the file to be replaced when actually removing the old
  69.                file.  For example, if the Replace command in the .TIC file
  70.                indicated that LABTST29.ARJ was to be replaced, Labtest will
  71.                replace all files named LABTST29 in the destination
  72.                directory, regardless of the actual file extension.
  73.  
  74.                The Desc is used only when no Ldesc exists.  This will be
  75.                imported into the file base if there is no FILE_ID.DIZ in
  76.                the archive.
  77.  
  78.                The Ldesc is used in place of the Desc when no .DIZ exists.
  79.  
  80.                When configuring Labtest for .TIC files, you have a few
  81.                options regarding the uploader's name information and the
  82.                auto-replace feature.
  83.  
  84.                In the configuration file, specifying an exclamation point
  85.                immediately before the area name will disable
  86.                auto-replacement for that area.  For example, !SDS_RA will
  87.                disable auto-replacement for the SDS_RA area. This remains
  88.                in effect for only the area named.  If the following area
  89.                does not have ! before the name, auto-replacement is enabled
  90.                for that area.  You may disable auto-replacement for the
  91.                entire system by specifying /NTR on the command line.
  92.  
  93.                After you have Labtest configured properly to handle your
  94.                .TIC files, all you need to do is run LABTEST /TIC /O to
  95.                process them.  It is important to have the /O on the command
  96.                line to force Labtest to process any files.  Without the /O
  97.                on the command line, Labtest will skip files that have been
  98.                previously processed.
  99.  
  100.                Command line options affecting TIC operations
  101.  
  102.                /ND No delete.  This prevents Labtest from removing the .TIC
  103.                files and their associated file after it has processed them.
  104.                Under normal circumstances, this would not be necessary.
  105.                If, however, you wanted to leave the .TICs and the files in
  106.                the inbound directory, use this command line switch.
  107.                Labtest will only mark the files as having been processed,
  108.                so it will not process them again.
  109.  
  110.                /TO Tic Override.  This command line switch is designed for
  111.                the rare occasion that you specified /ND (No Delete), but
  112.                want to force Labtest to re-process the .TICs.
  113.  
  114.                /NTR No TIC Replace.  This command line will prevent Labtest
  115.                from replacing files named in the .TIC with the 'Replaces'
  116.                command.  When files are hatched, the author may wish to
  117.                have older versions removed from circulation.  This is
  118.                achieved by using the Replaces command and naming the older
  119.                version to be replaced.  In the event that you do not want
  120.                Labtest to replace an older version, specify /NTR on the
  121.                command line.  This command will remain in effect during the
  122.                entire session, preventing Labtest from replacing any files.
  123.  
  124.